From ec888b9bec997456368d03579e569929f3745307 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 18 Apr 2024 21:43:02 +0530 Subject: feature added: tracker for mangas --- src/app/manga/[title]/title.module.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/app/manga/[title]/title.module.css') diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 8a87422..e7842d5 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -11,7 +11,7 @@ .SearchedFor { color: white; text-align: center; - font-family: "Poppins"; + font-family: "Lexend Deca", serif; font-size: 26px; } @@ -42,10 +42,11 @@ .MangaInfo { color: white; margin-left: 20px; + font-family: "Atkinson Hyperlegible"; } .MangaTitle { - font-family: "Lato"; + font-family: "Lexend Deca", serif; margin: 0px; font-size: 22px; color: var(--neon-green); @@ -53,14 +54,18 @@ .MangaStatus { color: var(--soft-purple); + font-family: "Poppins", serif; + } .MangaVolume { color: #FFACAC; + font-family: "Poppins", serif; } .MangaChapters { - color: #FFEBB4 + color: #FFEBB4; + font-family: "Poppins", serif; } @media screen and (max-width: 768px) { -- cgit v1.2.3